home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Resources / Swedish.lproj / Spelling.strings < prev    next >
Encoding:
Text (UTF-16)  |  1996-08-26  |  3.2 KB  |  28 lines

  1. /* ALERT */
  2. /* Message */
  3. "Couldn't contact Spell Checker." = "Det gick inte att kontakta Stavningskontrollen.";
  4.  
  5. /* Comment at the start of a spelling dictionary file. */
  6. "# Enter words one per line, capitalization doesn't matter.\n" = "# Skriv in ett ord per rad i valfritt skiftläge.";
  7.  
  8. /* Message user gets when he attempts to create a spelling dictionary and it fails because of some filesystem problem. */
  9. "Couldn't create dictionary." = "Kunde inte skapa lexikon.";
  10.  
  11. /* Message given to user when he attempts to delete his spelling dictionaries. */
  12. "Are you sure you want to delete these dictionaries.  This operation cannot be undone." = "Är du säker på att du vill radera dessa lexikon? Raderingen är oåterkallelig och kan inte ångras.";
  13.  
  14. /* Button user presses in an alert to confirm that he does, indeed, want to delete all his spelling dictionaries. */
  15. "Delete All" = "Ta bort samtliga";
  16.  
  17. /* Button user presses in an alert to abort deleting all his spelling dictionaries. */
  18. "Cancel" = "Avbryt";
  19.  
  20. /* Title of panel the user uses to specify the name of his new spelling dictionary. */
  21. "New Spelling Dictionary" = "Nytt stavningslexikon";
  22.  
  23. /* Message given to user when his attempt to delete a spelling dictionary fails for some (unknown) reason. */
  24. "Unable to delete dictionary %@." = "Kan inte radera lexikon %@.";
  25.  
  26. /* Message user gets when he attempts to create a spelling dictionary in some directory other than ~/Library/Dictionaries. */
  27. "Sorry, but you must have all your spelling dictionaries in Library/Dictionaries in your home directory." = "Du måste ha samtliga stavningslexikon i /Library/Dictionaries i hemkatalogen.";
  28.